home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 334_01 / help.h < prev    next >
Text File  |  1991-02-06  |  252b  |  7 lines

  1. /* Exit status returned by help() */
  2. #define    H_FOUND        0    /* found the keyword */
  3. #define    H_NOTFOUND    1    /* didn't find the keyword */
  4. #define    H_ERROR        (-1)    /* didn't find the help file */
  5.  
  6. extern void FreeHelp();        /* use this if you need memory */
  7.